home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / prog / lankey2.arj / FILE_ID.DIZ next >
Encoding:
Text File  |  1980-01-01  |  448 b   |  11 lines

  1. C & Clipper source (w/OBJ) workaround for
  2. slow, non-dedicated network print server.
  3. Allows normal speed while running a Clipper
  4. application.  One function is meant to
  5. replace current calls to INKEY().  The
  6. others support that function. INKEY() is
  7. still used as a primitive, but time-slicing
  8. is handled between the  Clipper function (up
  9. to half a second) and the C function (up to
  10. half a second). (Updated 06/10/93) By Shawn
  11. B. Lipscomb.